home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / arrays / vbstrapi / whatsnew.txt < prev   
Encoding:
Text File  |  1995-06-24  |  3.5 KB  |  97 lines

  1.  
  2.                                    %
  3.        %%    %% %%%%%%            %%               %    %%%%%%  %%%%         
  4.        %%    %%  %%  %%           %%              %%%    %%  %%  %%          
  5.        %%    %%  %%  %%  %%%%%  %%%%%%  %% %%%   %% %%   %%  %%  %%          
  6.        %%    %%  %%%%%  %%   %%   %%     %%% %% %%   %%  %%  %%  %% v1.0
  7.        %%    %%  %%  %%  %%%      %%     %%  %% %%%%%%%  %%%%%   %%          
  8.         %%  %%   %%  %%    %%%    %%     %%     %%   %%  %%      %%          
  9.          %%%%    %%  %% %%   %%   %% %%  %%     %%   %%  %%      %%          
  10.           %%    %%%%%%   %%%%%     %%%  %%%%    %%   %% %%%%    %%%%         
  11.                                                                              
  12.         A String Buffer and Huge String Array Object Server Library
  13.              Written specifically for Visual Basic for Windows
  14.  
  15.                       Copyright ⌐ 1995, Greg Truesdell
  16.  
  17. ---------------------------------------------------------------------------
  18.  
  19. VBstrAPI.DLL Version 1.0 Revision 1.40
  20. ======================================
  21.  
  22.  
  23. LICENSED DEVELOPERS (REGISTERED)
  24. --------------------------------
  25.  
  26. As of Revision 1.22+ you will find a new file in the distribution archive:
  27. VBSTRAPI.RTL.  This file contains the Run-Time Only version of the library.
  28. You are licensed to distribute ONLY this file with your application.  The
  29. file must be renamed to VBSTRAPI.DLL before being added to your distribution
  30. disks or archive.
  31.  
  32. VBSTRAPI.RTL is registered to you and, in fact, is your license file.  DO NOT
  33. DISTRIBUTE THE DEVELOPER'S VERSION OF VBSTRAPI.DLL!
  34.  
  35.  
  36. ADDITIONS
  37. ---------
  38.     Ver 1.0 Rev 1.44
  39.  
  40.         PutArrayNext will now grow the array when the upper limit is reached!
  41.  
  42.         Added ArrayStrResize to allow you to dynamically resize the array.
  43.  
  44.     Ver 1.0 Rev 1.33
  45.  
  46.         Fixed problem with CatStrMid$ function that returned a blank string
  47.         if the segment selected was equal to the length of the string.
  48.         Many thank's to Colin Younger who found this problem!
  49.  
  50.     Ver 1.0 Rev 1.32
  51.  
  52.         The Demo Application has been modified to better demonstrate the
  53.         performance capabilities of VBstrAPI.
  54.  
  55.         Added CatStrFindIC and modified CatStrFind
  56.  
  57.             CatStrFind now is case-sensitive, just as InStr is.  CatStrFindIC
  58.             ignores case.
  59.  
  60.         Fixed FindString and FindStringIC
  61.  
  62.             Both functions performed very badly. This was due to an oversight
  63.             on my part. Thanks to Jim Moran for bringing this to my
  64.             attention.
  65.  
  66.         Added CatStrMid$ Method
  67.  
  68.             This method works like the Visual Basic Mid$ function, except on
  69.             CatStr Object strings.  This means you can define and use strings
  70.             much larger than VB will accept, and strip pieces out as needed.
  71.  
  72.  
  73.     Ver 1.0 Rev 1.30
  74.  
  75.         Added PutArrayBlk and GetArrayBlk Methods
  76.  
  77.             Two powerful methods for storing ANY variable or user-defined
  78.             type other than variants.  There are a few coveats, so read the
  79.             help file for more information.
  80.  
  81.     Ver 1.0 Rev 1.22
  82.  
  83.         Added CatStrLPSZ Method
  84.  
  85.             Used to return a Pointer to the string stored in the CatStr
  86.             Object.  This address is valid throughtout the life of the CatStr
  87.             Object it belongs to. (buffer areas are LOCKED in memory)
  88.  
  89.     Ver 1.0 Rev 1.21
  90.  
  91.         Added CatStrLineCount Method
  92.  
  93.             Used to determine the number of CRLF delimited lines stored in
  94.             the CatStr Buffer Object.
  95.  
  96.  
  97.